ComponentOne Xamarin.Android
Count Property (C1CollectionViewBase<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : Count Property
Gets the number of elements in the collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Count As Integer
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim value As Integer
 
value = instance.Count
public virtual int Count {get;}
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members